home *** CD-ROM | disk | FTP | other *** search
- /* calc_files.h */
-
- #ifndef __CFL__
- #define __CFL__
-
- void SetUpFile (Str255 *fn,short *refNum);
- OSErr SetUpLogFile (short selector,Str255 *fn,short *refNum,short *fRefNum);
-
- void file_seg (void);
-
-
- void save_window (WindowPtr wPtr);
-
- /*typedef struct aPreference {*/
- /* Str255 text;*/
- /*} Preference;*/
-
- /*FSSpec mMacFileSpec;*/
-
- #endif /* __CFL__ */